'Declaration
Public Overloads Shared Function ToFullWidth( _ ByRef processedAll As Boolean, _ ByVal ParamArray c() As Char _ ) As Char
public static char ToFullWidth( out bool processedAll, params char[] c )
Parameters
- processedAll
- When the soundex character is processed a true is returned; otherwise, a false returned.
- c
- An array of characters.
Return Value
Full width character of c, otherwise the original character is returned.